Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.directory.types--schema

This contribution is part of XML component org.nuxeo.ecm.directory.types inside nuxeo-platform-directory-types-contrib-6.0.jar

Extension Point

Extension point schema of component TypeService.

Contributed Items

  • <schema name="user" src="directoryschema/user.xsd"/>
  • <schema name="group" src="directoryschema/group.xsd"/>
  • <schema name="vocabulary" src="directoryschema/vocabulary.xsd"/>
  • <schema name="xvocabulary" src="directoryschema/xvocabulary.xsd"/>
  • <schema name="l10nvocabulary" src="directoryschema/l10nvocabulary.xsd"/>
  • <schema name="l10nxvocabulary" src="directoryschema/l10nxvocabulary.xsd"/>

XML Source

<extension point="schema" target="org.nuxeo.ecm.core.schema.TypeService">
    <schema name="user" src="directoryschema/user.xsd"/>
    <schema name="group" src="directoryschema/group.xsd"/>
    <schema name="vocabulary" src="directoryschema/vocabulary.xsd"/>
    <schema name="xvocabulary" src="directoryschema/xvocabulary.xsd"/>
    <schema name="l10nvocabulary" src="directoryschema/l10nvocabulary.xsd"/>
    <schema name="l10nxvocabulary" src="directoryschema/l10nxvocabulary.xsd"/>
  </extension>